home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / nuhlp45 / nubecls < prev    next >
Text File  |  1990-08-06  |  764b  |  18 lines

  1.                            BE CLS (Clear Screen) 
  2.  
  3. Description:   Sets the background color to black, erases the screen, and
  4.                then resets the original background color. 
  5.  
  6. Syntax:        Version 4.5:   BE CLS 
  7.  
  8.                                     Note:
  9.  
  10. The DOS CLS (clear screen) command erases only the characters displayed on
  11. the screen, leaving the background color unaffected. When BE CLS is used, it
  12. sets the background color to black before erasing the screen; this might be
  13. useful for subsequent BE BOX or BE ROWCOL displays. If you subsequently use a
  14. DOS command such as ECHO or TYPE to display data, the data appears in the
  15. original foreground and background colors. 
  16.  
  17. See:           <NUBEBOX>, <NUBEROWC>, <NUBEWIND>. 
  18.